home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D GFX
/
3D GFX.iso
/
amiutils
/
e_h
/
fractualuniverse
/
formulas
/
4star.form
next >
Wrap
Text File
|
1995-12-30
|
196b
|
29 lines
4Star
{
{
mirrorxy
x1=-2.0
x2= 2.0
y1=-2.0
y2= 2.0
bailout=2.0
}
{
c=pixel
z=pixel
}
{
r=z+c
z=r*r
t=[1.0,0.0]/z
z=t*t
z=z*r
w=abs(z)
}
{
w>bailout
}
{
}
}